home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / grap_cad / megadraw / alpha.bas next >
BASIC Source File  |  1989-03-15  |  58KB  |  746 lines

  1.     '
  2.     ' Alpha.bas
  3.     '
  4.     ' Fonts created by Mega-Draw
  5.     ' Program Written for QuickBasic
  6.     '
  7.     ' Copyright 1989 Logika (tm)
  8.     '
  9.  
  10. starter:
  11.     screen 9:clear
  12.     print "This is a demonstration of MegaDraw's capabilities.  What follows is a "
  13.     print "full color EGA font which was entirely drawn in MegaDraw."
  14.     print
  15.     print "You are free to use and modify this program as you like."
  16.     print
  17.     print "Loading fonts..."
  18.     yshape=1 : xshape=0: yshape=50 : xshape=0
  19.     yshape=150 : xshape=0: yshape=200 : xshape=0
  20.     gosub loadshape
  21.     print: print "Press any key to start.":i$=input$(1):cls
  22.     xshape=0:yshape=0:a$="Character set:": gosub shapeanim
  23.     xshape=2:yshape=0:a$="This is a sample line": gosub shapeanim
  24.     xshape=3:yshape=0:a$="abcdefghijklmnopqrstu": gosub shapeanim
  25.     xshape=4:yshape=0:a$="vwxyzABCDEFGHIJKLMNOP": gosub shapeanim
  26.     xshape=5:yshape=0:a$="QRSTUVWXYZ$!%?.,()/\"+chr$(34): gosub shapeanim
  27.     xshape=6:yshape=0:a$=chr$(34)+chr$(24)+chr$(25)+chr$(26)+chr$(27)+"aklmnopqru": gosub shapeanim
  28.     xshape=7:yshape=0:a$="how are You doing?": gosub shapeanim
  29.     xshape=8:yshape=0:a$="1234567890()!#&$%*": gosub shapeanim
  30.     xshape=9:yshape=0:a$="$$!!%?.,21311221:-/"+chr$(34): gosub shapeanim
  31.     xshape=11:yshape=0:a$="Press any key.": gosub shapeanim: I$=INPUT$(1): cls
  32.     xshape=0:yshape=0:a$="M e g a - D r a w !": gosub shapeanim
  33.     xshape=2:yshape=150:a$="Presented by:": gosub shapeanim
  34.     xshape=4:yshape=0:a$="Logika (tm)": gosub shapeanim
  35.     xshape=5:yshape=0:a$="John Buckman": gosub shapeanim
  36.     xshape=6:yshape=0:a$="4 Lexington Avenue": gosub shapeanim
  37.     xshape=7:yshape=0:a$="New York, NY 10010": gosub shapeanim
  38.     xshape=11:yshape=0:a$="Press any key.": gosub shapeanim: I$=INPUT$(1)
  39.     for x=1 to 1000: for xx=1 to 15:palette xx,rnd*60
  40.     if inkey$<>"" then screen 0:print "Goodbye from Logika!":end
  41.     next:next
  42. Loadshape:
  43.         dim Ashape545%(145):for x=0 to 145:read Ashape545%(x):next x
  44.         dim Bshape545%(145):for x=0 to 145:read Bshape545%(x):next x
  45.         dim Cshape545%(145):for x=0 to 145:read Cshape545%(x):next x
  46.         dim Dshape545%(145):for x=0 to 145:read Dshape545%(x):next x
  47.         dim Eshape545%(145):for x=0 to 145:read Eshape545%(x):next x
  48.         dim Fshape545%(145):for x=0 to 145:read Fshape545%(x):next x
  49.         dim Gshape545%(145):for x=0 to 145:read Gshape545%(x):next x
  50.         dim Hshape545%(145):for x=0 to 145:read Hshape545%(x):next x
  51.         dim Ishape545%(145):for x=0 to 145:read Ishape545%(x):next x
  52.         dim Jshape545%(145):for x=0 to 145:read Jshape545%(x):next x
  53.         dim Kshape545%(145):for x=0 to 145:read Kshape545%(x):next x
  54.         dim Lshape545%(145):for x=0 to 145:read Lshape545%(x):next x
  55.     dim Ashape077%(145):for x=0 to 145:read Ashape077%(x):next x
  56.     dim Bshape077%(145):for x=0 to 145:read Bshape077%(x):next x
  57.     dim Cshape077%(145):for x=0 to 145:read Cshape077%(x):next x
  58.     dim Dshape077%(145):for x=0 to 145:read Dshape077%(x):next x
  59.     dim Eshape077%(145):for x=0 to 145:read Eshape077%(x):next x
  60.     dim Fshape077%(145):for x=0 to 145:read Fshape077%(x):next x
  61.     dim Gshape077%(145):for x=0 to 145:read Gshape077%(x):next x
  62.     dim Hshape077%(145):for x=0 to 145:read Hshape077%(x):next x
  63.     dim Ishape077%(145):for x=0 to 145:read Ishape077%(x):next x
  64.     dim Jshape077%(145):for x=0 to 145:read Jshape077%(x):next x
  65.     dim Kshape077%(145):for x=0 to 145:read Kshape077%(x):next x
  66.     dim Lshape077%(145):for x=0 to 145:read Lshape077%(x):next x
  67.     dim Ashape311%(145):for x=0 to 145:read Ashape311%(x):next x
  68.     dim Bshape311%(145):for x=0 to 145:read Bshape311%(x):next x
  69.     dim Cshape311%(145):for x=0 to 145:read Cshape311%(x):next x
  70.     dim Dshape311%(145):for x=0 to 145:read Dshape311%(x):next x
  71.     dim Eshape311%(145):for x=0 to 145:read Eshape311%(x):next x
  72.     dim Fshape311%(145):for x=0 to 145:read Fshape311%(x):next x
  73.     dim Gshape311%(145):for x=0 to 145:read Gshape311%(x):next x
  74.     dim Hshape311%(145):for x=0 to 145:read Hshape311%(x):next x
  75.     dim Ishape311%(145):for x=0 to 145:read Ishape311%(x):next x
  76.     dim Jshape311%(145):for x=0 to 145:read Jshape311%(x):next x
  77.     dim Kshape311%(145):for x=0 to 145:read Kshape311%(x):next x
  78.     dim Lshape311%(145):for x=0 to 145:read Lshape311%(x):next x
  79.     dim Ashape241%(145):for x=0 to 145:read Ashape241%(x):next x
  80.     dim Bshape241%(145):for x=0 to 145:read Bshape241%(x):next x
  81.     dim Cshape241%(145):for x=0 to 145:read Cshape241%(x):next x
  82.     dim Dshape241%(145):for x=0 to 145:read Dshape241%(x):next x
  83.     dim Eshape241%(145):for x=0 to 145:read Eshape241%(x):next x
  84.     dim Fshape241%(145):for x=0 to 145:read Fshape241%(x):next x
  85.     dim Gshape241%(145):for x=0 to 145:read Gshape241%(x):next x
  86.     dim Hshape241%(145):for x=0 to 145:read Hshape241%(x):next x
  87.     dim Ishape241%(145):for x=0 to 145:read Ishape241%(x):next x
  88.     dim Jshape241%(145):for x=0 to 145:read Jshape241%(x):next x
  89.     dim Kshape241%(145):for x=0 to 145:read Kshape241%(x):next x
  90.     dim Lshape241%(145):for x=0 to 145:read Lshape241%(x):next x
  91.     dim Ashape658%(145):for x=0 to 145:read Ashape658%(x):next x
  92.     dim Bshape658%(145):for x=0 to 145:read Bshape658%(x):next x
  93.     dim Cshape658%(145):for x=0 to 145:read Cshape658%(x):next x
  94.     dim Dshape658%(145):for x=0 to 145:read Dshape658%(x):next x
  95.     dim Eshape658%(145):for x=0 to 145:read Eshape658%(x):next x
  96.     dim Fshape658%(145):for x=0 to 145:read Fshape658%(x):next x
  97.     dim Gshape658%(145):for x=0 to 145:read Gshape658%(x):next x
  98.     dim Hshape658%(145):for x=0 to 145:read Hshape658%(x):next x
  99.     dim Ishape658%(145):for x=0 to 145:read Ishape658%(x):next x
  100.     dim Jshape658%(145):for x=0 to 145:read Jshape658%(x):next x
  101.     dim Kshape658%(145):for x=0 to 145:read Kshape658%(x):next x
  102.     dim Lshape658%(145):for x=0 to 145:read Lshape658%(x):next x
  103.     dim Ashape202%(145):for x=0 to 145:read Ashape202%(x):next x
  104.     dim Bshape202%(145):for x=0 to 145:read Bshape202%(x):next x
  105.     dim Cshape202%(145):for x=0 to 145:read Cshape202%(x):next x
  106.     dim Dshape202%(145):for x=0 to 145:read Dshape202%(x):next x
  107.     dim Eshape202%(145):for x=0 to 145:read Eshape202%(x):next x
  108.     dim Fshape202%(145):for x=0 to 145:read Fshape202%(x):next x
  109.     dim Gshape202%(145):for x=0 to 145:read Gshape202%(x):next x
  110.     dim Hshape202%(145):for x=0 to 145:read Hshape202%(x):next x
  111.     dim Ishape202%(145):for x=0 to 145:read Ishape202%(x):next x
  112.     dim Jshape202%(145):for x=0 to 145:read Jshape202%(x):next x
  113.     dim Kshape202%(145):for x=0 to 145:read Kshape202%(x):next x
  114.     dim Lshape202%(145):for x=0 to 145:read Lshape202%(x):next x
  115.     dim Ashape656%(145):for x=0 to 145:read Ashape656%(x):next x
  116.     dim Bshape656%(145):for x=0 to 145:read Bshape656%(x):next x
  117.     dim Cshape656%(145):for x=0 to 145:read Cshape656%(x):next x
  118.     dim Dshape656%(145):for x=0 to 145:read Dshape656%(x):next x
  119.     dim Eshape656%(145):for x=0 to 145:read Eshape656%(x):next x
  120.     dim Fshape656%(145):for x=0 to 145:read Fshape656%(x):next x
  121.     dim Gshape656%(145):for x=0 to 145:read Gshape656%(x):next x
  122.     dim Hshape656%(145):for x=0 to 145:read Hshape656%(x):next x
  123.     dim Ishape656%(145):for x=0 to 145:read Ishape656%(x):next x
  124.     dim Jshape656%(145):for x=0 to 145:read Jshape656%(x):next x
  125.     dim Kshape656%(145):for x=0 to 145:read Kshape656%(x):next x
  126.     dim Lshape656%(145):for x=0 to 145:read Lshape656%(x):next x
  127.         return
  128. shapeanim:
  129.     xshape=xshape*29
  130.     for x=1 to len(a$)
  131.     x$=mid$(a$,x,1)
  132.     if x$=" " then yshape=yshape+30:goto shapeanim2
  133.     if x$="A" then  put (yshape,XShape),Ashape545%,pset:yshape=yshape+30:goto shapeanim2
  134.     if x$="B" then  put (yshape,xshape),Bshape545%,pset:yshape=yshape+30:goto shapeanim2
  135.     if x$="C" then  put (yshape,xshape),Cshape545%,pset:yshape=yshape+30:goto shapeanim2
  136.     if x$="D" then  put (yshape,xshape),Dshape545%,pset:yshape=yshape+30:goto shapeanim2
  137.     if x$="E" then  put (yshape,xshape),Eshape545%,pset:yshape=yshape+30:goto shapeanim2
  138.     if x$="F" then  put (yshape,xshape),Fshape545%,pset:yshape=yshape+30:goto shapeanim2
  139.     if x$="G" then  put (yshape,xshape),Gshape545%,pset:yshape=yshape+30:goto shapeanim2
  140.     if x$="H" then  put (yshape,xshape),Hshape545%,pset:yshape=yshape+30:goto shapeanim2
  141.     if x$="I" then  put (yshape,xshape),Ishape545%,pset:yshape=yshape+30:goto shapeanim2
  142.     if x$="J" then  put (yshape,xshape),Jshape545%,pset:yshape=yshape+30:goto shapeanim2
  143.     if x$="K" then  put (yshape,xshape),Kshape545%,pset:yshape=yshape+30:goto shapeanim2
  144.     if x$="L" then  put (yshape,xshape),Lshape545%,pset:yshape=yshape+30:goto shapeanim2
  145.     if x$="M" then  put (yshape,xshape),Ashape077%,pset:yshape=yshape+30:goto shapeanim2
  146.     if x$="N" then  put (yshape,xshape),Bshape077%,pset:yshape=yshape+30:goto shapeanim2
  147.     if x$="O" then  put (yshape,xshape),Cshape077%,pset:yshape=yshape+30:goto shapeanim2
  148.     if x$="P" then  put (yshape,xshape),Dshape077%,pset:yshape=yshape+30:goto shapeanim2
  149.     if x$="Q" then  put (yshape,xshape),Eshape077%,pset:yshape=yshape+30:goto shapeanim2
  150.     if x$="R" then  put (yshape,xshape),Fshape077%,pset:yshape=yshape+30:goto shapeanim2
  151.     if x$="S" then  put (yshape,xshape),Gshape077%,pset:yshape=yshape+30:goto shapeanim2
  152.     if x$="T" then  put (yshape,xshape),Hshape077%,pset:yshape=yshape+30:goto shapeanim2
  153.     if x$="U" then  put (yshape,xshape),Ishape077%,pset:yshape=yshape+30:goto shapeanim2
  154.     if x$="V" then  put (yshape,xshape),Jshape077%,pset:yshape=yshape+30:goto shapeanim2
  155.     if x$="W" then  put (yshape,xshape),Kshape077%,pset:yshape=yshape+30:goto shapeanim2
  156.     if x$="X" then  put (yshape,xshape),Lshape077%,pset:yshape=yshape+30:goto shapeanim2
  157.     if x$="Y" then  put (yshape,xshape),Ashape311%,pset:yshape=yshape+30:goto shapeanim2
  158.     if x$="Z" then  put (yshape,xshape),Bshape311%,pset:yshape=yshape+30:goto shapeanim2
  159.     if x$="!" then  put (yshape,xshape),Cshape311%,pset:yshape=yshape+30:goto shapeanim2
  160.     if x$="?" then  put (yshape,xshape),Dshape311%,pset:yshape=yshape+30:goto shapeanim2
  161.     if x$="." then  put (yshape,xshape),Eshape311%,pset:yshape=yshape+30:goto shapeanim2
  162.     if x$="," then  put (yshape,xshape),Fshape311%,pset:yshape=yshape+30:goto shapeanim2
  163.     if x$="/" then  put (yshape,xshape),Gshape311%,pset:yshape=yshape+30:goto shapeanim2
  164.     if x$=":" then  put (yshape,xshape),Hshape311%,pset:yshape=yshape+30:goto shapeanim2
  165.     if x$="-" then  put (yshape,xshape),Ishape311%,pset:yshape=yshape+30:goto shapeanim2
  166.     if x$=chr$(34) then  put (yshape,xshape),Jshape311%,pset:yshape=yshape+30:goto shapeanim2
  167.     if x$="$" then  put (yshape,xshape),Kshape311%,pset:yshape=yshape+30:goto shapeanim2
  168.     if x$="%" then  put (yshape,xshape),Lshape311%,pset:yshape=yshape+30:goto shapeanim2
  169.     if x$="1" then  put (yshape,xshape),Ashape241%,pset:yshape=yshape+30:goto shapeanim2
  170.     if x$="2" then  put (yshape,xshape),Bshape241%,pset:yshape=yshape+30:goto shapeanim2
  171.     if x$="3" then  put (yshape,xshape),Cshape241%,pset:yshape=yshape+30:goto shapeanim2
  172.     if x$="4" then  put (yshape,xshape),Dshape241%,pset:yshape=yshape+30:goto shapeanim2
  173.     if x$="5" then  put (yshape,xshape),Eshape241%,pset:yshape=yshape+30:goto shapeanim2
  174.     if x$="6" then  put (yshape,xshape),Fshape241%,pset:yshape=yshape+30:goto shapeanim2
  175.     if x$="7" then  put (yshape,xshape),Gshape241%,pset:yshape=yshape+30:goto shapeanim2
  176.     if x$="8" then  put (yshape,xshape),Hshape241%,pset:yshape=yshape+30:goto shapeanim2
  177.     if x$="9" then  put (yshape,xshape),Ishape241%,pset:yshape=yshape+30:goto shapeanim2
  178.     if x$="0" then  put (yshape,xshape),Jshape241%,pset:yshape=yshape+30:goto shapeanim2
  179.     if x$="(" then  put (yshape,xshape),Kshape241%,pset:yshape=yshape+30:goto shapeanim2
  180.     if x$=")" then  put (yshape,xshape),Lshape241%,pset:yshape=yshape+30:goto shapeanim2
  181.     if x$="a" then put (YShape,XShape),Ashape658%,pset:yshape=yshape+30:goto shapeanim2
  182.     if x$="b" then put (YShape,XShape),Bshape658%,pset:yshape=yshape+30:goto shapeanim2
  183.     if x$="c" then put (YShape,XShape),Cshape658%,pset:yshape=yshape+30:goto shapeanim2
  184.     if x$="d" then put (YShape,XShape),Dshape658%,pset:yshape=yshape+30:goto shapeanim2
  185.     if x$="e" then put (YShape,XShape),Eshape658%,pset:yshape=yshape+30:goto shapeanim2
  186.     if x$="f" then put (YShape,XShape),Fshape658%,pset:yshape=yshape+30:goto shapeanim2
  187.     if x$="g" then put (YShape,XShape),Gshape658%,pset:yshape=yshape+30:goto shapeanim2
  188.     if x$="h" then put (YShape,XShape),Hshape658%,pset:yshape=yshape+30:goto shapeanim2
  189.     if x$="i" then put (YShape,XShape),Ishape658%,pset:yshape=yshape+30:goto shapeanim2
  190.     if x$="j" then put (YShape,XShape),Jshape658%,pset:yshape=yshape+30:goto shapeanim2
  191.     if x$="k" then put (YShape,XShape),Kshape658%,pset:yshape=yshape+30:goto shapeanim2
  192.     if x$="l" then put (YShape,XShape),Lshape658%,pset:yshape=yshape+30:goto shapeanim2
  193.     if x$="m" then put (YShape,XShape),Ashape202%,pset:yshape=yshape+30:goto shapeanim2
  194.     if x$="n" then put (YShape,XShape),Bshape202%,pset:yshape=yshape+30:goto shapeanim2
  195.     if x$="o" then put (YShape,XShape),Cshape202%,pset:yshape=yshape+30:goto shapeanim2
  196.     if x$="p" then put (YShape,XShape),Dshape202%,pset:yshape=yshape+30:goto shapeanim2
  197.     if x$="q" then put (YShape,XShape),Eshape202%,pset:yshape=yshape+30:goto shapeanim2
  198.     if x$="r" then put (YShape,XShape),Fshape202%,pset:yshape=yshape+30:goto shapeanim2
  199.     if x$="s" then put (YShape,XShape),Gshape202%,pset:yshape=yshape+30:goto shapeanim2
  200.     if x$="t" then put (YShape,XShape),Hshape202%,pset:yshape=yshape+30:goto shapeanim2
  201.     if x$="u" then put (YShape,XShape),Ishape202%,pset:yshape=yshape+30:goto shapeanim2
  202.     if x$="v" then put (YShape,XShape),Jshape202%,pset:yshape=yshape+30:goto shapeanim2
  203.     if x$="w" then put (YShape,XShape),Kshape202%,pset:yshape=yshape+30:goto shapeanim2
  204.     if x$="x" then put (YShape,XShape),Lshape202%,pset:yshape=yshape+30:goto shapeanim2
  205.     if x$="y" then put (YShape,XShape),Ashape656%,pset:yshape=yshape+30:goto shapeanim2
  206.     if x$="z" then put (YShape,XShape),Bshape656%,pset:yshape=yshape+30:goto shapeanim2
  207.     if x$="+" then put (YShape,XShape),Cshape656%,pset:yshape=yshape+30:goto shapeanim2
  208.     if x$="\" then put (YShape,XShape),Dshape656%,pset:yshape=yshape+30:goto shapeanim2
  209.     if x$="*" then put (YShape,XShape),Eshape656%,pset:yshape=yshape+30:goto shapeanim2
  210.     if x$="&" then put (YShape,XShape),Fshape656%,pset:yshape=yshape+30:goto shapeanim2
  211.     if x$="#" then put (YShape,XShape),Gshape656%,pset:yshape=yshape+30:goto shapeanim2
  212.     if x$="=" then put (YShape,XShape),Hshape656%,pset:yshape=yshape+30:goto shapeanim2
  213.     if x$=chr$(27) then put (YShape,XShape),Ishape656%,pset:yshape=yshape+30:goto shapeanim2
  214.     if x$=chr$(26) then put (YShape,XShape),Jshape656%,pset:yshape=yshape+30:goto shapeanim2
  215.     if x$=chr$(24) then put (YShape,XShape),Kshape656%,pset:yshape=yshape+30:goto shapeanim2
  216.     if x$=chr$(25) then put (YShape,XShape),Lshape656%,pset:yshape=yshape+30:goto shapeanim2
  217.     goto shapeanim
  218. shapeanim2:
  219.     next
  220.     return
  221.     ' EGA SHAPE DATA AREA
  222.  
  223. ' Data for Shape1%
  224. Data 24,24,8192,0,0,12288,0,44,512,0,0,0,0,66,-32512,0,1,-32768,0,0,0,256,0,1,128,0,0,0,0
  225. Data 0,0,0,4,32,8192,4,1024,0,0,0,0,0,2048,4096,16,8,0,0,8,0,32,8196,0,32,0,1024,0,0
  226. Data 0,64,16386,512,128,0,0,128,0,0,0,-32768,0,0,1,256,0,-32768,256,128,-32768,256,128,1,0,128,1,256,-25253
  227. Data 139,-18720,-22957,29130,25693,128,-32767,0,0,0,0,0,1,0,128,1,0,128,0,256,0,-32768,0,0,-32767,0,0,1,0
  228. Data 128,1,0,0,-32768,0,0,-32768,256,128,0,256,0,1,0,0,-32767,0,0,-32768,256,128,-32767,0,0,-32767,256,128,-32768, 256
  229. ' Data for Shape2%
  230. Data 24,24,-24496,11088,-32589,10728,-21184,28917,128,-32768,4096,128,0,0,0,0,0,0,16,4096,0,16,4096,128,16,0,128,16,0
  231. Data 0,-32768,4096,128,-32752,0,0,0,0,0,16,4096,128,0,4096,128,-32768,4096,0,-32752,0,128,-32752,0,128,-32752,4096,0,0
  232. Data 4096,0,16,4096,0,-32752,4096,0,16,0,14755,-13076,-27916,32381,-22520,-11621,0,-32767,0,0,-32768,0,128,1,0,0,-32767,0,0
  233. Data 0,0,128,1,0,128,1,256,0,-32767,0,0,1,0,128,0,256,0,1,0,128,1,256,0,0,256,0,-32768,0
  234. Data 128,-32768,0,0,1,0,0,-32767,0,0,-32767,0,128,-32768,0,0,-32767,0,0,-32768,256,0,1,256,6324,-26131,29068,-21989,25881,-24895
  235. ' Data for Shape3%
  236. Data 24,24,29701,2707,23882,-15602,666,9267,0,4096,0,16,0,0,0,8192,0,0,0,0,0,16384,0,64,0,0,128,-32768,0
  237. Data 128,0,0,128,-32768,0,0,0,0,128,-32768,0,128,0,0,0,-32768,0,128,0,0,128,0,0,0,-32768,0,0,-32768
  238. Data 0,128,-32768,0,128,-32768,0,0,0,0,128,0,0,128,-32768,0,128,-32768,0,128,0,0,128,-32768,0,128,0,0,128
  239. Data -32768,0,0,-32768,0,128,0,0,128,0,0,0,-32768,0,0,-32768,0,0,-32768,0,128,0,0,0,0,0,128,0,0
  240. Data 0,-32768,0,0,0,0,64,0,0,64,0,0,0,0,0,0,0,0,16,4096,0,0,0,0,-30714,610,-20529,1,3542, 15037
  241. ' Data for Shape4%
  242. Data 24,24,19666,3872,-24419,8931,-896,24725,0,16,4096,128,0,0,128,-32760,0,0,8,0,0,0,1024,128,-32764,0,128,-32768,0
  243. Data 128,-32766,0,0,-32767,256,128,-32767,256,128,-32768,0,128,1,0,128,1,0,0,1,0,128,-32767,256,0,0,256,0,-32767
  244. Data 256,0,0,0,128,1,256,0,0,0,0,-32767,0,0,-32768,256,0,1,256,128,-32768,0,128,0,256,128,1,256,128
  245. Data -32768,256,128,0,256,128,1,0,0,-32767,256,128,-32768,256,0,1,0,0,0,0,0,1,0,128,-32768,256,0,-32768,256
  246. Data 0,-32768,512,128,-32768,0,128,0,0,0,4,0,0,0,2048,0,-32768,0,128,-32768,0,128,-32768,4096,6700,-29312,16599,-5290,-21248, 8434
  247. ' Data for Shape5%
  248. Data 24,24,10866,23981,-6722,-23655,10089,4697,128,1,0,0,1,256,128,1,256,128,0,256,128,1,0,128,-32767,0,0,-32768,0
  249. Data 0,-32768,0,128,0,0,0,-32768,0,0,-32768,0,128,0,0,128,-32768,0,0,-32768,0,0,-32768,0,128,0,0,0,-32768
  250. Data 0,128,-32768,0,128,0,0,128,0,0,20656,-256,176,8267,7936,192,128,0,0,128,0,0,0,-32768,0,128,-32768,0,0
  251. Data 0,0,0,-32768,0,0,-32768,0,128,0,0,128,0,0,0,-32768,0,0,0,0,0,-32768,0,128,-32768,0,128,0,0
  252. Data 0,-32768,0,0,-32768,0,128,0,0,128,1,256,128,0,0,0,-32768,256,0,-32767,256,0,0,0,-28320,-20522,-17868,22595,5076, 26434
  253. ' Data for Shape6%
  254. Data 24,24,-28028,12470,-6496,30782,-6219,-30014,128,-32768,0,128,0,0,128,-32768,0,0,-32768,0,128,-32768,0,0,-32768,0,0,0,0
  255. Data 128,-32768,0,128,-32768,0,0,0,0,128,-32768,0,0,0,0,0,-32768,0,0,-32768,0,0,-32768,0,128,0,0,128,-32768
  256. Data 0,0,-32768,0,128,-32768,0,128,0,0,6167,8448,244,-25941,-512,102,0,-32768,0,128,-32768,0,0,-32768,0,0,-32768,0,0
  257. Data 0,0,128,-32768,0,128,-32768,0,128,0,0,128,-32768,0,0,-32768,0,128,-32768,0,0,0,0,128,-32768,0,0,0,0
  258. Data 128,-32768,0,0,0,0,128,0,0,0,-32768,0,0,0,0,128,-32768,0,0,-32768,0,0,-32768,0,128,0,0,0,-32768, 0
  259. ' Data for Shape7%
  260. Data 24,24,4352,419,9203,-4607,895,-12881,0,1024,0,0,1024,0,0,2048,0,0,2048,0,16,4096,0,16,4096,0,32,8192,0
  261. Data 0,0,0,64,16384,0,0,16384,0,0,-32768,0,128,0,0,128,-32768,0,0,-32768,0,0,0,0,128,0,0,0,0
  262. Data 0,128,0,0,640,53,-5120,768,-32623,30210,128,0,256,128,0,0,0,-32768,0,0,-32767,0,128,-32768,256,0,0,0,0
  263. Data -32767,256,0,-32768,256,0,-32768,0,128,0,256,0,-32768,0,0,0,256,128,1,0,128,-32768,256,0,1,0,0,0,256
  264. Data 128,-32768,256,0,1,0,64,0,512,0,2,0,0,8192,1024,0,8192,0,16,8,2048,16,4104,2048,-24829,1744,-8160,-27392,3872,-20286
  265. ' Data for Shape8%
  266. Data 24,24,128,-32768,256,0,-32767,0,128,0,256,0,0,0,128,-32768,256,128,0,0,128,-32768,256,0,0,256,128,-32767,256
  267. Data 0,-32767,256,0,0,256,128,-32768,256,0,0,256,128,0,256,128,-32767,256,128,0,0,0,-32767,256,0,-32768,0,0,0
  268. Data 0,0,-32767,256,23355,23674,-31221,14469,30919,-30483,0,1,256,128,1,0,0,-32767,256,128,-32768,0,128,0,0,128,-32767,256,0
  269. Data 0,0,128,-32767,0,0,0,0,0,-32767,0,0,-32767,0,0,-32768,0,128,1,0,128,-32768,256,128,1,0,0,-32767,0
  270. Data 128,-32767,0,0,1,256,0,-32767,256,0,0,256,0,-32767,0,0,-32768,256,128,-32768,256,0,-32768,0,128,-32767,256,128,-32768, 256
  271. ' Data for Shape9%
  272. Data 24,24,-29911,23291,-31067,-10132,18955,-28637,0,0,32,8192,0,32,0,0,32,0,0,32,0,0,32,0,0,32,8192,0,32
  273. Data 8192,0,32,8192,0,0,8192,0,32,8192,0,32,0,0,32,8192,0,0,8192,0,0,8192,0,0,8192,0,32,0,0
  274. Data 0,8192,0,0,8192,0,0,8192,0,0,0,0,0,8192,0,0,8192,0,32,0,0,0,8192,0,32,8192,0,32,8192
  275. Data 0,0,0,0,0,0,0,32,0,0,0,0,0,32,8192,0,32,0,0,32,8192,0,32,0,0,0,8192,0,32
  276. Data 0,0,32,0,0,32,0,0,0,8192,0,0,0,0,32,8192,0,0,0,0,0,8192,0,32,-5779,857,-13129,-32516,-17811, 1652
  277. ' Data for Shape10%
  278. Data 24,24,27850,809,-8888,4967,-11073,-19254,512,0,0,0,0,2,512,0,0,512,0,0,512,0,2,0,0,2,0,0,0
  279. Data 0,0,2,512,0,0,0,0,0,512,0,2,0,0,0,0,0,2,512,0,0,0,0,0,512,0,0,512,0
  280. Data 0,0,0,2,0,0,2,512,0,0,512,0,2,512,0,2,512,0,0,512,0,0,0,0,0,0,0,2,512
  281. Data 0,2,512,0,0,512,0,0,0,0,0,0,0,2,512,0,2,0,0,0,0,0,0,512,0,2,0,0,2
  282. Data 0,0,0,512,0,2,512,0,2,512,0,2,0,0,0,0,0,2,512,0,0,512,0,2,9928,-20480,86,-15679,30208, 200
  283. ' Data for Shape11%
  284. Data 24,24,128,-32568,-24830,896,241,25603,128,-32768,4,0,-32768,0,2176,-32768,0,128,0,8,128,-32768,16,4224,0,0,128,-32768,32
  285. Data 128,-32768,32,128,-32768,0,128,0,0,0,-32768,128,-32640,-32768,0,0,-32512,0,0,-32768,0,2,0,0,130,512,0,132,-32768
  286. Data 0,0,-32768,0,128,3072,0,140,1024,0,128,512,0,226,-12288,0,128,-32512,0,129,256,0,-32640,-32768,0,-32768,-32768,0,16512
  287. Data 0,0,16512,-32768,0,8320,-32768,0,128,0,0,128,-32768,16,4224,0,16,2048,0,0,2176,-32768,8,0,-32768,4,1024,-32768,4
  288. Data 512,0,2,640,0,0,0,0,1,256,-32768,1,0,128,-32768,0,-32768,-32768,0,-32704,0,0,-32704,0,128,24,14080,0,-32718, 7936
  289. ' Data for Shape12%
  290. Data 24,24,128,-32768,0,0,-32768,0,0,-32768,0,128,0,0,0,-32768,0,128,0,0,128,-32768,0,0,0,0,128,0,0
  291. Data 128,-32768,0,0,0,0,128,0,0,0,0,0,128,-32768,0,128,-32768,0,128,-32768,0,0,-32768,0,128,-32768,0,128,-32768
  292. Data 0,0,0,0,128,0,0,128,-32768,0,128,0,0,0,0,0,128,0,0,0,0,0,128,0,0,128,0,0,0
  293. Data 0,0,128,0,0,0,-32768,0,0,-32768,0,0,-32768,0,0,0,0,0,0,0,0,-32768,0,0,1,0,128,-32768,0
  294. Data 64,1,0,0,0,256,32,1,0,32,1,0,0,1,0,16,1,0,8,1,256,0,2048,0,-4605,1853,10112,-23802,474, 4348
  295. ' EGA SHAPE DATA AREA
  296.  
  297. ' Data for Shape1%
  298. Data 24,24,0,0,256,0,-32768,0,128,-16384,256,192,-16381,256,32,-24572,256,160,5,1024,128,4096,256,128,4105,0,8,-30719,256
  299. Data 128,-30720,4352,0,-32768,0,4,1025,8448,130,577,0,128,-32256,256,1,-32512,-32768,128,-32511,-32768,128,-32768,1,-32512,0,128,16384,0
  300. Data 66,640,0,66,8192,1,0,0,-32767,4,6272,0,256,4096,1,24,0,-32767,0,0,-32768,0,0,1,0,128,-32768,256,0
  301. Data 0,256,0,1,256,128,-32767,0,0,1,256,128,1,256,128,-32767,256,0,1,256,128,0,256,0,0,0,128,0,256
  302. Data 0,1,256,0,-32768,0,128,0,0,128,-32768,256,0,-32767,0,128,-32768,0,0,1,0,128,1,256,0,-32767,256,128,1, 0
  303. ' Data for Shape2%
  304. Data 24,24,0,-32768,256,128,-32767,256,192,-16384,0,128,0,256,0,1,0,32,-32767,0,144,0,256,144,-28672,256,128,-32768,0
  305. Data 8,1,0,132,1,0,128,1024,256,2,0,0,2,-32256,256,129,0,0,0,256,256,0,-32768,256,128,-32768,0,0,-32768
  306. Data 64,0,-32768,320,8192,0,32,0,0,0,0,0,16,4224,0,16,2176,0,264,2176,0,0,1152,1,256,1024,-32768,4,640
  307. Data 1,0,512,0,256,128,1,256,384,0,1,128,1,0,128,-32768,-32768,128,-32768,16640,128,1,256,0,1,256,128,32,256
  308. Data 0,0,4352,128,-32768,256,128,1,256,0,0,2048,0,-32767,0,0,5,0,0,-32768,0,0,2,768,128,1,0,0,-32767, 0
  309. ' Data for Shape3%
  310. Data 24,24,30720,64,-8176,-1278,640,-8122,8,0,0,8,16,0,16,0,2048,16,8,0,32,0,0,32,8196,1024,0,16386,512
  311. Data 0,0,0,128,1,0,128,-32767,256,128,0,256,0,1,0,128,0,0,0,-32768,256,128,-32768,0,0,1,256,128,-32767
  312. Data 256,0,-32768,256,128,-32767,256,0,-32767,256,0,-32768,0,0,-32767,0,128,1,0,128,-32768,256,0,-32768,256,128,0,256,128
  313. Data 0,256,128,-32768,0,0,-32768,0,128,0,256,128,-32768,0,0,-32768,256,0,1,0,0,-32768,0,0,-32767,0,0,-32768,256
  314. Data 128,0,512,128,-32768,0,0,16388,1024,64,4,0,0,8,0,32,0,0,0,16,4096,0,4096,4096,15364,2560,24820,-23285,864,-16336
  315. ' Data for Shape4%
  316. Data 24,24,32257,250,20064,-8697,1904,-8138,8,2049,0,8,1,256,0,4096,256,16,0,0,32,8192,0,0,8193,0,0,16385,0
  317. Data 64,16384,0,0,-32768,256,0,-32767,256,0,1,0,0,1,256,128,0,0,0,0,256,128,-32768,256,128,1,0,128,-32767
  318. Data 0,0,-32767,256,0,-32768,256,128,0,0,0,-32768,0,128,-32768,256,-25719,-1464,2373,-27771,11734,23806,0,0,0,128,0,0,128
  319. Data -32768,0,0,-32768,0,128,0,0,0,-32768,0,128,0,0,0,0,0,0,-32768,0,0,0,0,0,-32768,0,128,0,0
  320. Data 128,-32768,0,0,0,0,0,0,0,128,-32768,0,128,-32768,0,0,0,0,128,-32768,0,128,0,0,128,-32768,0,0,-32768, 0
  321. ' Data for Shape5%
  322. Data 24,24,4102,2992,16449,5384,1376,16559,16,4106,1024,0,0,2560,32,1,0,32,8193,256,64,16385,256,64,1,0,128,1,256
  323. Data 0,1,0,0,-32768,256,0,-32768,256,0,0,256,0,-32768,0,0,-32767,0,128,-32768,256,0,1,256,0,0,0,128,0
  324. Data 0,0,0,0,128,1,256,0,-32768,0,0,-32768,0,128,1,256,0,-32767,0,0,-32767,0,128,-32768,256,0,0,0,0
  325. Data 1,256,128,-32768,0,128,1,256,0,-32768,256,128,1,0,0,-32767,256,0,0,0,128,0,256,0,0,8192,0,-32735,8448
  326. Data 64,16386,4608,64,16386,4096,0,8,0,0,8192,3072,16,4108,0,16,4100,2048,8,0,4096,8,2064,512,-3322,929,404,-3835,1120, 109
  327. ' Data for Shape6%
  328. Data 24,24,16139,897,-11172,1799,3954,-9513,0,4096,256,0,1,256,0,8192,0,0,8193,0,64,16385,256,64,16385,256,0,-32767,0
  329. Data 0,0,256,128,-32767,256,128,0,256,0,-32767,0,0,-32767,256,128,1,256,128,0,0,128,1,0,128,-32768,256,0,-32768
  330. Data 256,0,0,0,128,0,0,0,-32767,0,128,0,0,128,-32768,0,0,0,256,0,-32768,0,0,0,256,128,0,256,-11177
  331. Data 32370,13113,6861,8006,-17276,0,0,1,128,-32768,1,0,-32640,0,0,0,-32768,128,64,0,128,-32768,0,128,32,0,0,-32736,8192
  332. Data 0,-32752,0,128,0,4096,0,0,2048,128,8,0,128,-32768,0,0,-32768,1024,128,-32766,0,128,0,512,128,1,256,128,0, 256
  333. ' Data for Shape7%
  334. Data 24,24,-28414,1140,28536,-16384,1622,22629,0,2048,0,0,2048,0,16,4096,0,16,0,0,0,0,0,32,0,0,0,16384,0
  335. Data 0,16384,0,128,-32768,0,0,-32768,0,0,-32768,0,128,0,0,0,0,0,128,-32768,0,128,-32768,0,128,0,0,0,0
  336. Data 0,0,0,0,128,0,0,128,-32768,0,0,-32768,0,0,-32768,0,128,0,0,0,0,0,0,0,0,128,0,0,-22698
  337. Data -19323,-17183,4987,25948,-22072,0,1,256,0,1,0,0,1,256,0,1,256,0,1,256,0,0,256,0,0,256,0,1,256
  338. Data 0,1,256,0,1,0,0,2,256,0,1,512,0,0,1024,0,0,0,0,0,0,0,0,2048,-24562,24960,-28594,-24869,16096,-8128
  339. ' Data for Shape8%
  340. Data 24,24,-3539,-26768,-22163,9749,-30526,-30830,0,0,0,2048,0,8,2048,0,0,2048,0,0,2048,0,8,0,0,0,0,0,8
  341. Data 0,0,0,2048,0,8,0,0,8,2048,0,0,2048,0,8,0,0,8,2048,0,8,2048,0,8,0,0,0,2048,0
  342. Data 8,2048,0,8,0,0,0,2048,0,8,2048,0,8,2048,0,0,2048,0,8,0,0,0,2048,0,8,0,0,8,0
  343. Data 0,8,2048,0,0,0,0,0,2048,0,0,2048,0,0,0,0,0,0,0,8,0,0,8,2048,0,0,2048,0,8
  344. Data 2048,0,0,0,0,0,0,0,8,0,0,0,0,0,0,2048,0,0,2048,0,8,0,0,8,0,0,0,2048,0, 0
  345. ' Data for Shape9%
  346. Data 24,24,0,-32768,0,0,0,512,0,-32766,0,128,0,512,0,0,512,128,2,512,0,-32766,0,0,-32768,512,0,-32768,0
  347. Data 128,2,512,128,0,0,128,0,0,128,2,512,0,2,512,128,0,512,128,2,512,128,2,512,128,2,512,128,-32768
  348. Data 512,128,-32766,512,128,0,0,128,0,512,128,-32766,512,128,2,512,0,2,512,128,-32768,512,0,-32768,512,128,-32768,0,128
  349. Data 2,0,128,0,512,0,-32766,0,128,2,0,128,-32768,512,0,-32768,0,0,0,512,0,-32768,0,128,0,0,0,2,0
  350. Data 0,0,512,128,-32768,0,0,-32768,512,0,0,0,128,-32766,512,0,-32766,0,0,-32766,0,0,-32768,0,-4500,9824,-27421,-5345,324,-17379
  351. ' Data for Shape10%
  352. Data 24,24,128,1,256,128,-32767,0,128,-32768,256,0,-32768,0,0,0,0,128,1,256,128,-32768,0,0,1,256,128,1,0
  353. Data 128,-32768,0,0,-32768,256,128,-32768,256,128,1,0,128,0,256,0,0,256,128,-32767,0,128,0,0,0,1,0,0,-32767
  354. Data 256,128,0,0,128,-32768,0,128,0,0,128,1,0,0,1,256,0,1,0,64,16384,0,0,0,0,32,8194,0,16
  355. Data 4096,0,16,4100,1024,0,2048,0,0,8,0,0,1040,4096,4,16,0,0,512,0,0,32,8192,0,0,16384,0,256,0
  356. Data -32768,0,-32768,-32768,0,-32768,0,0,64,16640,0,0,8192,0,0,0,0,32,1024,0,20,4096,0,20,2048,0,8,0,0, 0
  357. ' Data for Shape11%
  358. Data 24,24,128,-32767,0,128,-32768,0,128,-32768,256,128,0,256,128,0,0,128,-32767,256,0,-32768,0,128,-32767,256,128,1,0
  359. Data 128,-32768,256,0,-32768,0,128,1,256,0,-32767,256,0,-32767,0,128,1,0,128,1,256,0,1,256,0,-32767,0,128,1
  360. Data 256,128,1,0,0,0,0,0,-32768,256,0,-32767,0,128,-32767,256,128,1,0,128,-32768,0,128,-32767,0,128,1,0,0
  361. Data 1,256,128,0,256,0,0,256,0,-32768,0,0,-32768,512,128,2,512,0,16388,0,64,0,0,0,0,2048,32,0,0
  362. Data 4096,4096,4112,16,16,4096,0,2048,8232,10240,2080,0,16388,1088,4,1024,64,64,514,640,-32638,2,0,0,257,256,0,257,0, 1
  363. ' Data for Shape12%
  364. Data 24,24,128,1,0,0,-32768,0,64,16386,0,0,0,0,0,4,0,32,4,1024,0,4104,0,16,4104,0,8,16,4096
  365. Data 0,2064,0,4,0,8192,4,0,0,2,512,0,0,64,0,0,256,-32768,0,0,-32768,256,0,128,-32512,0,0,16896,0
  366. Data 66,16384,0,66,9216,0,32,8192,0,32,4096,0,24,2048,0,0,2048,0,8,6144,0,8,9216,0,4,0,0,4,16384
  367. Data 0,64,512,0,0,-32512,0,0,-32768,0,128,1,256,0,1,128,0,2,512,0,0,0,16384,0,0,8192,4,1056,8192
  368. Data 8,2064,0,0,2048,0,16,0,0,16,8,0,0,4,0,0,0,0,64,0,512,64,16386,0,128,0,0,0,-32768, 0
  369. ' EGA SHAPE DATA AREA
  370.  
  371. ' Data for Shape1%
  372. Data 24,24,0,1,0,128,1,256,0,16384,256,64,16384,0,0,2,0,0,8194,512,0,4,0,16,0,1024,0,2048,2048
  373. Data 8,0,0,0,1024,4096,4,16,4096,2,32,0,2,544,8192,1,0,16384,1,320,16384,0,128,-32768,0,128,-32768,256,0
  374. Data 64,0,0,64,512,0,0,8192,0,34,5120,0,0,1024,0,20,2048,0,8,2048,0,8,2048,0,0,2048,0,0,2048
  375. Data 0,0,2048,0,8,0,0,8,0,0,0,2048,0,8,0,0,8,2048,0,8,0,0,0,2048,0,0,2048,0,8
  376. Data 2048,0,8,0,0,8,2048,0,0,0,0,8,2048,0,0,2048,0,0,2048,0,0,2048,0,8,0,0,0,2048,0, 0
  377. ' Data for Shape2%
  378. Data 24,24,-9315,21935,-2034,140,-19878,9521,0,16,0,0,0,0,0,0,8192,0,32,0,0,64,16384,0,0,0,0,128,0
  379. Data 0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,1024,0,4,0,0,4,0,0,8,2048,0,0,0,0
  380. Data 16,4096,0,0,8192,0,32,0,0,0,0,0,64,0,0,64,-32768,0,0,0,0,128,0,256,0,1,0,0,0
  381. Data 0,0,0,512,0,4,1024,0,4,1024,0,8,2048,0,8,2048,0,0,0,0,0,0,0,0,8192,0,0,0,0
  382. Data 0,0,0,64,16384,0,0,0,0,128,-32768,0,0,0,0,0,-32768,0,0,0,0,0,-32768,0,-23565,391,17461,-403,22099,-18940
  383. ' Data for Shape3%
  384. Data 24,24,0,0,16,3072,0,12,15872,0,4,9728,0,18,512,0,54,1536,0,38,12800,0,12,12288,0,22,8192,0,32
  385. Data 9728,0,18,7680,0,14,8704,0,24,13824,0,52,6144,0,32,9728,0,30,13824,0,32,5632,0,12,8192,0,6,10752,0
  386. Data 4,11264,0,2,14848,0,16,9216,0,36,4096,0,8,1536,0,40,13312,0,54,10752,0,22,5632,0,44,9728,0,52,7168
  387. Data 0,10,11264,0,16,3584,0,26,4096,0,12,15360,0,18,1024,0,22,4096,0,4,7168,0,16,0,0,0,0,0,0
  388. Data 0,0,0,0,0,0,2048,0,8,1024,0,24,2560,0,30,13824,0,34,9728,0,60,6656,0,12,2048,0,24,2048,0, 12
  389. ' Data for Shape4%
  390. Data 24,24,11269,1344,30865,-11770,928,-28442,0,2056,0,12,2056,0,0,6148,1536,24,2052,0,48,4097,256,32,4097,512,0,24576,256
  391. Data 96,1,768,64,-16382,512,64,-16383,768,0,-32766,768,128,-32765,768,0,0,768,0,2,0,0,2,0,0,3,256,0,1
  392. Data 512,0,0,768,0,2,256,0,0,512,768,228,29703,0,212,27141,3328,144,2051,3072,84,9218,2048,0,4,0,0,4,1024
  393. Data 0,0,1024,0,4,2048,0,8,2048,0,4,2048,0,8,3072,0,0,1024,0,8,2048,0,12,0,0,0,0,0,0
  394. Data 0,0,0,0,0,0,0,0,0,0,0,0,4096,0,26,3072,0,20,4096,0,28,1024,0,10,6656,0,12,6656,0, 20
  395. ' Data for Shape5%
  396. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  397. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  398. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  399. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  400. Data 64,0,0,80,12288,0,16,-6144,0,208,22528,0,232,-2048,0,64,10240,0,232,0,0,136,-2048,0,48,0,0,48,24576, 0
  401. ' Data for Shape6%
  402. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  403. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  404. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  405. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,8192,0,16,4096,0
  406. Data 96,28672,0,72,10240,0,104,2048,0,0,28672,0,32,0,0,48,12288,0,0,-20480,0,32,16384,0,192,-32768,0,192,-24576, 0
  407. ' Data for Shape7%
  408. Data 24,24,0,1,256,0,0,0,0,3,512,0,1,0,0,6,512,0,0,0,0,12,0,0,0,0,0,8,2048
  409. Data 0,16,4096,0,0,12288,0,48,8192,0,96,24576,0,32,16384,0,64,-16384,0,0,-32768,0,0,0,0,0,-32767,256,0
  410. Data 1,0,0,2,0,0,0,1536,0,2,3072,0,0,3072,0,4,2048,0,16,2048,0,24,8192,0,48,8192,0,0,0
  411. Data 0,0,16384,0,32,-32768,0,0,16384,0,128,0,0,0,-32767,256,128,3,512,0,1,512,0,2,1536,0,4,0,0
  412. Data 4,3072,0,8,2048,0,24,0,0,24,4096,0,48,8192,0,0,4096,0,32,16384,0,96,24576,0,128,16384,0,192,-32768, 0
  413. ' Data for Shape8%
  414. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  415. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  416. Data 0,0,0,0,0,8192,0,16,8192,0,8,28672,0,0,18432,0,96,20480,0,88,4096,0,16,8192,0,16,12288,0,0
  417. Data 0,0,0,0,0,0,0,0,0,0,0,16,8192,0,32,4096,0,120,24576,0,80,4096,0,56,26624,0,88,20480,0
  418. Data 0,12288,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0
  419. ' Data for Shape9%
  420. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  421. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  422. Data 0,0,0,0,0,0,0,0,0,0,-16335,-7512,-16234,29252,13731,21599,12922,354,28939,-30497,10828,8305,0,0,0,0,0,0,0
  423. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  424. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0
  425. ' Data for Shape10%
  426. Data 24,24,25344,0,65,17152,0,3,8448,0,35,512,0,99,768,0,65,24832,0,99,8448,0,2,16640,0,99,8448,0,97
  427. Data 25344,0,67,8960,0,0,25344,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  428. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  429. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  430. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0
  431. ' Data for Shape11%
  432. Data 24,24,0,0,36,8192,0,36,8192,0,4,1024,0,0,1024,0,32,9216,0,0,0,0,0,8192,0,32,20304,-12145,9573
  433. Data 821,4729,-4361,1152,-32768,32,8192,-32768,32,128,0,36,9344,-32768,4,1152,-32768,0,9344,0,36,9216,-32768,4,8192,0,32,1024,0
  434. Data 36,1152,-32768,0,9344,-32768,4,8192,-32768,36,8192,0,4,128,0,4,-30764,-4186,13531,-7854,-27639,-29418,0,1,36,0,0,36,1024
  435. Data 1,256,0,1,4,9216,0,288,1024,0,256,1024,1,4,9216,0,0,1024,0,0,8192,0,4,18848,-21696,-13558,-1401,6773,-29519
  436. Data 8192,0,4,1024,0,32,9216,0,32,8192,0,32,9216,0,4,1024,0,36,9216,0,4,8192,0,0,0,0,32,1024,0, 36
  437. ' Data for Shape12%
  438. Data 24,24,0,1,0,0,1,256,0,2,0,0,0,0,0,4,0,0,4,1024,24,2056,0,8,2056,0,24,0,4096
  439. Data 52,7168,0,122,13312,0,86,17920,0,70,20480,0,60,7744,0,12,7296,-32768,36,11264,-32768,16,2048,1,280,6144,0,512,0
  440. Data 0,512,0,2,0,0,4,1024,0,0,2048,0,8,0,0,0,4096,0,16,4096,0,0,0,0,32,8192,0,32,16384
  441. Data 16,8256,0,48,4096,-32768,112,14464,-32768,32,24576,1,8,28672,0,172,11264,2,216,4096,0,28,28672,4,40,8192,4,48,30720
  442. Data 0,0,12288,8,48,4096,0,0,0,0,4096,0,0,8192,0,0,8192,0,64,0,0,64,16384,0,128,0,0,128,-32768, 0
  443. ' EGA SHAPE DATA AREA
  444.  
  445. ' Data for Shape1%
  446. Data 24,24,4096,0,16,4096,0,0,0,0,48,0,0,0,0,0,0,16384,0,0,0,0,128,-28672,0,128,4096,0,0
  447. Data 1,256,16,4098,0,16,0,512,0,4096,1024,16,4,0,0,4096,0,0,4096,0,0,4096,0,0,0,0,16,4096,0
  448. Data 16,0,0,0,4096,0,0,4096,0,16,4096,0,16,4096,0,16,0,0,16,0,0,0,4096,0,16,0,0,16,4096
  449. Data 0,0,0,0,16,0,0,16,0,0,0,0,0,16,4096,0,16,4096,0,16,0,0,0,4096,0,0,0,0,16
  450. Data 0,0,0,4096,0,16,0,0,16,0,0,16,0,0,0,0,0,16,4096,0,0,4096,0,16,17921,1024,-32691,779,4032,-16151
  451. ' Data for Shape2%
  452. Data 24,24,-1788,1488,20482,30209,2912,-32633,0,4104,0,0,8,0,32,8196,1024,0,8192,1024,0,0,512,64,0,512,128,-32767,0
  453. Data 0,-32767,0,0,2,0,0,2,512,0,4,1024,0,0,1024,0,8,0,0,8,0,0,0,4096,0,0,0,0,0
  454. Data 0,0,32,8192,0,64,0,0,0,0,0,128,0,0,0,-32768,256,0,1,256,0,1,0,0,2,0,0,0,1024
  455. Data 0,4,1024,0,4,2048,0,8,2048,0,0,4096,0,0,4096,0,0,8192,0,0,0,0,32,0,0,0,16384,0,0
  456. Data -32768,0,0,-32768,0,128,1,0,0,1,256,0,0,0,0,2,512,0,4,0,0,4,0,0,16390,2677,-16196,-9977,2918,-25535
  457. ' Data for Shape3%
  458. Data 24,24,-25344,128,16527,-7935,448,16600,0,0,8192,0,512,8192,4,1040,4096,4,1040,4096,8,8,2048,8,0,2048,0,4096,1024
  459. Data 16,4,0,0,0,0,0,8194,0,0,16384,256,0,1,0,128,-32768,0,0,-32768,512,0,0,1024,0,0,1024,0,0
  460. Data 0,0,0,2048,0,4,0,0,4,1024,0,2,512,0,0,512,0,1,256,0,0,0,0,1,256,0,1,256,0
  461. Data 1,256,0,0,256,0,0,0,0,0,256,0,1,0,0,0,256,0,1,0,0,0,256,0,1,0,0,0,256
  462. Data 0,0,0,0,0,256,0,0,512,0,2,0,0,4,1024,0,4,1024,0,0,2048,0,0,2048,-10751,-6672,-32722,6237,4896,-20465
  463. ' Data for Shape4%
  464. Data 24,24,0,-32704,0,128,-32704,16384,0,64,0,0,-32768,16384,0,0,0,0,-32768,16384,128,64,0,0,-32768,0,128,64,0
  465. Data 0,64,16384,0,64,16384,128,-32768,16384,0,0,16384,128,-32704,0,128,0,16384,0,-32704,0,64,0,0,64,16384,16384,32,8192
  466. Data 0,0,0,16384,16,64,16384,16,64,0,0,64,16384,8,2048,16384,0,64,0,0,0,16384,0,0,16384,2,0,16384,1
  467. Data 320,0,1,64,0,-24320,118,24727,-19968,65,2277,0,64,0,0,64,16384,0,64,16384,0,64,0,0,64,0,0,64,0
  468. Data 0,0,16384,0,64,0,0,64,16384,0,0,0,0,64,16384,0,64,16384,0,64,0,0,64,16384,0,0,16384,0,0, 0
  469. ' Data for Shape5%
  470. Data 24,24,2305,496,26031,-1024,211,5910,0,0,0,0,0,0,0,0,0,4,1024,0,8,2048,0,0,2048,0,16,4096,0
  471. Data 16,0,0,0,8192,0,32,0,0,64,16384,0,64,0,0,0,-32768,0,128,0,0,128,-32768,0,0,-32768,0,0,0
  472. Data 0,128,-32768,0,128,-32768,0,128,0,0,0,-32768,0,128,0,0,657,-10278,19932,-16477,28860,20496,0,0,0,0,0,256,0
  473. Data 0,0,0,1,256,0,1,0,0,1,0,0,0,256,0,0,256,0,1,256,0,0,0,0,1,0,0,1,256
  474. Data 0,1,256,0,0,256,0,0,0,0,0,512,0,0,1024,0,0,0,0,8,0,0,8,2048,1148,12080,-16275,17728,15776, 181
  475. ' Data for Shape6%
  476. Data 24,24,6657,6144,137,14083,7680,243,32,8192,0,32,8192,0,64,16384,0,0,16384,0,128,0,0,128,0,0,0,0,0
  477. Data 128,0,0,128,-32768,0,0,0,0,128,-32768,0,0,-32768,0,0,0,0,0,0,0,128,0,0,128,-32768,0,128,-32768
  478. Data 0,128,0,0,0,-32768,0,0,0,0,128,-32768,0,128,0,0,19565,4336,-16156,16021,-20112,20538,128,-32768,2048,0,-32760,0,0
  479. Data 4,1024,128,-32764,0,128,0,512,0,-32768,0,0,0,256,128,0,256,128,1,256,128,-32768,256,0,-32767,256,128,-32768,0
  480. Data 0,0,256,0,-32767,256,0,2,512,128,-32768,512,128,-32768,1024,128,-32768,1024,0,-32760,0,128,-32760,0,7298,-11392,4171,-333,-4688,-24477
  481. ' Data for Shape7%
  482. Data 24,24,18177,335,22948,6656,474,-18500,0,2,512,0,514,0,4,1028,0,0,4,1024,8,8,2048,8,2048,0,0,0,4096
  483. Data 16,4112,0,32,0,8192,32,8192,8192,0,0,0,128,-32704,16384,0,0,-32768,0,128,-32768,0,0,1,256,0,0,512,0
  484. Data 2,512,0,0,1024,0,0,0,0,0,0,0,8,2048,0,0,4096,0,0,4096,0,16,0,0,0,8192,0,32,0
  485. Data 0,64,0,0,0,-32768,0,0,0,0,0,0,0,0,0,256,0,2,0,0,0,0,0,4,0,0,4,0,0
  486. Data 0,0,0,0,0,0,16,4096,0,0,4096,0,32,0,0,32,8192,0,64,0,0,0,0,0,128,-32768,0,128,-32768, 0
  487. ' Data for Shape8%
  488. Data 24,24,-12632,17352,-14381,16276,29279,4116,128,-32767,0,0,-32768,0,0,-32767,0,128,-32767,0,0,-32767,0,128,0,0,0,0,256
  489. Data 128,1,0,0,1,0,0,-32768,0,128,-32768,256,0,-32768,0,128,-32768,256,128,-32768,256,0,16385,0,64,1,0,32,0
  490. Data 0,0,8194,512,0,0,1024,16,4096,0,9484,2440,16580,28422,4072,4129,0,0,1024,0,4100,1024,0,8194,0,0,8194,512,0
  491. Data 16385,256,64,1,0,128,1,256,128,-32768,0,128,-32768,0,128,1,0,128,1,256,0,-32768,256,128,0,0,0,-32768,256
  492. Data 0,1,256,0,-32767,256,0,-32768,0,0,0,0,128,-32768,0,128,1,0,128,0,256,128,-32767,0,3565,-17550,2185,24939,21511,-30982
  493. ' Data for Shape9%
  494. Data 24,24,-26112,640,16486,-7930,608,92,0,2064,0,8,2048,0,16,4104,0,16,4096,0,0,4,0,0,0,1024,64,2,0
  495. Data 64,0,512,0,-32767,256,128,1,0,128,-32768,256,0,-32767,0,0,-32767,256,0,1,256,0,-32767,256,128,-32768,256,0,0
  496. Data 256,128,-32767,256,0,-32767,256,0,-32768,0,128,3,768,128,0,256,0,16388,1024,64,16385,1280,0,8201,2304,0,9,256,14849
  497. Data 945,74,-26874,976,-3992,0,1,256,0,0,0,0,1,256,0,0,0,0,1,0,0,1,0,0,0,256,0,0,0
  498. Data 0,1,256,0,1,256,0,0,0,0,1,0,0,1,256,0,0,0,0,1,0,0,0,0,0,0,256,0,1, 0
  499. ' Data for Shape10%
  500. Data 24,24,-28154,1800,-8003,-20979,3104,8229,0,4096,1024,0,4100,1024,32,2,0,0,8192,0,0,16385,0,64,16385,256,128,-32767,256
  501. Data 0,-32768,256,0,0,256,0,-32767,0,128,-32768,0,0,1,256,128,1,0,128,-32767,256,128,1,0,0,1,256,0,1
  502. Data 0,128,0,0,0,-32768,0,0,0,256,128,-32767,256,0,0,0,128,1,0,0,1,0,128,-32768,0,128,0,256,0
  503. Data -32767,0,0,0,256,0,-32767,0,128,0,0,0,0,0,128,-32767,0,128,1,0,128,0,0,0,0,256,0,1,256
  504. Data 0,0,256,128,1,256,128,-32766,0,0,-32766,0,0,16388,1024,0,0,0,0,8192,0,0,8,0,-16895,7168,132,1033,6544, 104
  505. ' Data for Shape11%
  506. Data 24,24,0,240,20481,0,96,-16383,0,0,2,512,0,2,0,0,4,1024,0,4,2048,0,0,0,0,0,4096,0,0
  507. Data 4096,0,0,8192,0,32,0,0,32,8192,0,0,8192,0,32,8192,0,0,0,0,32,0,0,32,0,0,32,0,0
  508. Data 0,8192,0,0,0,0,32,8192,0,32,0,0,32,8192,0,32,8192,0,0,8192,0,0,8192,0,32,8192,0,0,8192
  509. Data 0,0,8192,0,0,0,0,0,0,0,32,8192,0,0,8192,0,0,0,0,0,0,0,32,8192,0,32,8192,0,32
  510. Data 0,0,32,8192,0,32,0,0,0,4096,0,0,2048,0,8,0,0,8,1024,0,4,0,0,0,256,144,-24575,512,32,-12286
  511. ' Data for Shape12%
  512. Data 24,24,15,2560,128,6,768,128,0,0,64,16384,0,64,0,0,32,8192,0,32,4096,0,0,0,0,0,2048,0,0
  513. Data 2048,0,0,1024,0,4,0,0,4,1024,0,0,1024,0,4,1024,0,0,0,0,4,0,0,4,0,0,4,0,0
  514. Data 0,1024,0,0,0,0,4,1024,0,4,0,0,4,1024,0,4,1024,0,0,1024,0,0,1024,0,4,1024,0,0,1024
  515. Data 0,0,1024,0,0,0,0,0,0,0,4,1024,0,0,1024,0,0,0,0,0,0,0,4,1024,0,4,1024,0,4
  516. Data 0,0,4,1024,0,4,0,0,0,2048,0,0,4096,0,16,0,0,16,8192,0,32,0,0,0,-32759,1280,128,16388,2816, 64
  517. ' EGA SHAPE DATA AREA
  518.  
  519. ' Data for Shape1%
  520. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  521. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-7396,7680,223,13591,128,52,32,0
  522. Data 16384,32,8192,0,64,0,8192,64,0,8192,128,-32752,0,0,16,4096,128,0,4096,0,-32768,4096,128,0,0,128,-32752,0,128
  523. Data 0,0,0,0,0,128,0,4096,128,-32768,0,0,-32752,4096,128,-32752,4096,128,-32768,4096,0,0,4096,128,-32752,0,128,-32768,0
  524. Data 0,16400,12288,64,16432,12288,32,80,4096,0,8208,20480,24084,2560,-32602,-29161,7440,-28419,0,0,4096,0,8,0,0,8,512,0,18, 7680
  525. ' Data for Shape2%
  526. Data 24,24,128,0,0,128,-32768,0,128,-32768,0,128,0,0,0,0,0,128,0,0,128,0,0,128,-32768,0,128,0,0
  527. Data 0,-32768,0,0,0,0,128,0,0,0,0,0,128,0,0,128,0,0,128,0,0,128,0,0,0,-32768,0,-6185,6452
  528. Data 27846,15265,-2044,-31644,0,-32766,0,128,-32766,512,128,0,256,0,1,0,128,-32768,0,128,-32767,0,0,-32767,0,0,1,0,128
  529. Data 1,256,128,-32767,0,0,-32767,0,128,0,0,128,-32768,0,0,-32768,256,0,0,0,128,-32768,0,128,-32767,0,0,0,0
  530. Data 128,-32767,256,128,0,0,0,-32766,0,0,-32768,512,21665,-9932,-30542,-30254,12268,-16239,128,-32768,0,128,-32768,0,0,-32768,0,0,-32768, 0
  531. ' Data for Shape3%
  532. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  533. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15642,5130,9383,16671,1950,-31153,0,1
  534. Data 256,32,8192,256,0,16385,0,64,1,0,0,0,0,128,0,0,128,-32768,0,128,0,0,128,-32768,0,0,-32768,0,128
  535. Data 0,0,0,-32768,0,128,0,0,128,-32768,0,128,-32768,0,128,-32768,0,0,0,0,128,-32768,0,128,-32768,0,0,-32768,0
  536. Data 128,-32768,0,0,0,0,0,-32768,0,128,0,0,0,16385,0,64,0,256,32,8193,0,0,8192,256,-15330,4104,-17198,24847,106, 20638
  537. ' Data for Shape4%
  538. Data 24,24,0,1,0,0,1,256,0,1,256,0,1,0,0,0,0,0,1,0,0,1,0,0,1,256,0,1,0
  539. Data 0,0,256,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,256,-6356,14059
  540. Data -26525,-9184,8581,7974,64,0,256,64,16385,256,0,-32767,0,128,0,0,0,1,256,128,1,256,128,0,256,128,0,0,128
  541. Data -32767,0,128,1,256,128,0,256,0,1,0,0,1,256,0,-32768,256,0,0,0,0,1,256,128,1,256,0,0,0
  542. Data 128,-32767,256,0,1,0,64,0,256,0,16384,256,10796,4485,-25779,-28361,843,-2935,0,1,256,0,1,256,0,0,256,0,0, 256
  543. ' Data for Shape5%
  544. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  545. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  546. Data 0,0,0,0,15645,2799,-23351,-10751,3857,-9583,0,0,0,32,0,0,64,16384,0,64,0,0,0,0,0,0,-32768,0,128
  547. Data -32768,0,128,0,0,128,0,0,128,-32768,0,-12216,26112,176,12448,-10496,144,0,-32768,0,0,0,0,0,-32768,0,128,0,0
  548. Data 128,0,0,128,0,0,128,0,0,128,0,0,0,0,0,0,16384,0,32,0,0,32,8192,0,24092,5559,25588,-9190,5910,-30711
  549. ' Data for Shape6%
  550. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  551. Data 0,0,0,-16127,576,14347,26114,344,12414,4,1024,0,4,0,0,8,0,0,0,2048,0,0,0,0,16,0,0,32,8192
  552. Data 0,0,0,0,0,16384,0,64,0,0,0,-32768,0,0,0,0,0,0,0,0,-32768,0,128,0,0,0,0,0,128
  553. Data 0,0,128,0,0,128,-32768,0,0,0,0,24791,32512,96,-32667,-32512,192,128,-32768,0,0,-32768,0,128,-32768,0,128,-32768,0
  554. Data 128,0,0,128,0,0,128,0,0,0,0,0,0,-32768,0,128,-32768,0,128,-32768,0,128,-32768,0,128,-32768,0,128,0, 0
  555. ' Data for Shape7%
  556. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-22524,464,-32522
  557. Data -254,280,12297,0,4,1024,8,2048,0,16,2,0,0,4098,512,32,0,256,32,8192,0,64,1,256,64,0,0,0,-32768
  558. Data 0,0,1,256,0,-32768,256,0,-32767,0,128,1,0,0,-32768,0,128,-32768,0,128,1,256,0,-32768,256,128,-32768,256,128
  559. Data 0,256,128,0,256,64,1,256,64,16384,0,32,0,256,32,8192,256,16,0,256,0,2,256,8,2053,0,0,2049,256
  560. Data -3066,241,2428,-4345,1584,31192,0,0,256,0,0,0,0,2,512,0,2,512,0,4,0,0,4,0,4876,3704,8336,-23801,840,-8099
  561. ' Data for Shape8%
  562. Data 24,24,0,-32768,0,128,-32768,0,128,-32768,0,0,0,0,0,-32768,0,0,0,0,0,-32768,0,0,-32768,0,128,-32768,0
  563. Data 0,0,0,128,0,0,128,0,0,128,0,0,128,0,0,0,0,0,0,-32768,0,-10237,-29824,-8036,-10475,-25184,16612,128,-24560
  564. Data 0,0,8208,4096,64,-16376,0,192,-32760,2048,0,0,2048,0,-32760,0,128,0,2048,0,8,2048,128,0,0,0,8,2048,0
  565. Data 8,2048,128,-32768,0,128,8,2048,0,-32768,2048,0,-32760,0,128,8,0,0,0,2048,128,-32760,2048,128,-32760,2048,0,-32768,2048
  566. Data 128,0,0,0,8,2048,0,0,2048,128,-32760,2048,0,-32760,0,128,8,0,0,-32768,2048,128,-32768,0,0,0,0,0,-32760, 0
  567. ' Data for Shape9%
  568. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  569. Data 0,0,0,-18430,256,151,-5629,512,72,2,0,0,256,512,0,2,512,1,256,0,1,-24061,256,108,-8447,768,32,0,0
  570. Data 0,0,0,0,0,0,0,0,0,0,-8701,0,88,25088,512,45,256,512,1,0,512,1,258,0,1,256,512,0,258
  571. Data 0,1,0,512,0,0,512,0,2,0,0,0,0,0,256,0,0,256,0,0,258,0,0,256,512,0,2,0,1
  572. Data 0,512,0,258,512,1,258,0,1,0,512,0,256,512,0,0,512,0,256,512,0,258,512,1,27649,512,229,-26112,512, 193
  573. ' Data for Shape10%
  574. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  575. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30208,70
  576. Data -6624,24320,29,-7356,0,0,16384,0,64,0,0,64,16384,0,0,0,0,64,16384,0,0,0,0,64,0,0,64,16384,0
  577. Data 64,0,0,0,0,0,64,0,0,0,0,0,64,0,0,64,0,128,0,0,128,-32704,0,0,16384,16384,0,64,16384
  578. Data 32,128,-32768,32,8320,0,16,0,1,0,0,0,0,2048,2,520,0,2,4,0,4,1028,0,0,20483,0,160,14337,768, 168
  579. ' Data for Shape11%
  580. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  581. Data 0,0,0,0,0,0,0,0,0,0,-32762,512,128,-32763,512,128,16,8192,128,-32760,4096,128,-32576,1,128,192,16385,1664,-32768
  582. Data 10,1664,0,4,14464,0,0,30848,-32768,64,-30718,0,136,130,768,136,1028,-29696,4,156,-25600,4,608,16384,2,672,-16384,0,256
  583. Data -32768,0,128,-32768,1,128,-32640,0,0,0,-32768,128,0,16384,0,-32704,16384,0,0,0,0,-32736,0,128,-32752,4096,0,0,4096
  584. Data 128,0,2048,128,-32760,2048,128,0,0,0,-32764,0,128,0,512,0,-32768,0,128,0,256,0,1,0,0,1,256,128,0, 0
  585. ' Data for Shape12%
  586. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  587. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10240,0,40,14336,0,48,0,0,0,2048,0,8,0,0
  588. Data 0,0,0,8,0,0,8,2048,0,8,0,0,8,0,0,8,0,0,8,0,0,0,0,0,8,2048,0,0,2048
  589. Data 0,8,0,0,0,2048,0,8,2048,0,0,0,0,0,2048,0,8,2048,0,8,2048,0,0,2048,0,0,0,0,0
  590. Data 2048,0,8,2048,0,0,2048,0,0,0,0,8,0,0,8,0,0,8,0,0,0,2048,0,0,-27646,448,-32561,-12031,896, 139
  591.  
  592. ' EGA SHAPE DATA AREA
  593.  
  594. ' Data for Shape1%
  595. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  596. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,2912,16577,-32760,208,-12095,16,4096
  597. Data 32,16,8,2082,5152,8196,16,1056,8192,1024,2112,16386,520,2048,0,512,128,-32767,8,0,1,8,2176,-32767,264,2048,1,0,128
  598. Data -32767,8,0,1,256,2048,-32767,264,2176,0,0,0,-32767,0,128,-32767,0,128,-32767,0,0,-32767,256,128,0,256,0,-32767,256
  599. Data 128,1,256,128,0,0,128,-32767,256,128,-32767,0,0,0,0,128,0,0,128,0,0,128,1,0,128,-32767,0,128,1, 256
  600. ' Data for Shape2%
  601. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  602. Data 0,0,0,0,0,0,0,0,0,0,-32768,0,0,0,0,128,0,0,128,-32768,0,27783,416,-16219,3584,-32560,16498,0,-32760
  603. Data 0,128,2056,0,16,0,1024,128,4096,0,32,-24576,512,32,0,0,64,-32768,0,128,0,256,0,-32767,0,0,-32768,256,0
  604. Data 0,0,0,-32768,0,128,-32768,256,0,1,0,0,0,256,128,-32768,0,128,1,256,128,-32768,256,0,-32768,256,0,0,256
  605. Data 128,0,256,0,-32767,0,128,0,0,128,1,256,0,0,256,128,-32767,256,0,1,256,0,0,256,128,1,0,0,-32768, 256
  606. ' Data for Shape3%
  607. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  608. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-31483,2768,10395,18438,1768,22635,16,0,1024,16,0,0,32,2
  609. Data 512,0,2,512,64,0,0,64,1,256,128,-32768,256,128,-32767,256,128,-32767,0,0,0,256,128,1,256,0,-32768,256,128
  610. Data -32768,0,0,0,0,0,0,0,128,0,0,0,0,256,128,0,256,0,1,0,128,0,256,128,-32767,0,128,-32767,0
  611. Data 128,0,256,0,1,256,0,16384,256,0,1,0,32,8194,0,0,8192,512,16,4096,1024,16,0,0,4868,856,-20329,-4606,2016, 22601
  612. ' Data for Shape4%
  613. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  614. Data 0,0,0,0,0,0,0,0,0,0,-32768,0,0,0,0,-25589,-29968,6210,24205,672,18667,128,-28668,0,0,-32764,0,32,-24574
  615. Data 512,32,-24574,512,192,16385,0,0,16384,256,0,1,256,128,-32767,0,128,0,0,128,-32768,256,0,0,0,128,-32768,256,128
  616. Data 1,256,0,-32768,0,0,0,0,0,1,0,0,-32768,256,64,1,0,32,2,512,128,-32768,0,0,-32768,0,16,4,1024
  617. Data -14450,80,-12089,-22522,2200,-8162,128,-32768,0,128,-32768,0,128,-32768,0,0,0,0,128,0,0,128,-32768,0,0,-32768,0,128,0, 0
  618. ' Data for Shape5%
  619. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  620. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23049,3696,-24379,-4600,3664,-28432,16,4104,2048,0,0,2048,0,4
  621. Data 0,0,4,1024,64,2,0,0,16384,0,128,-32767,256,0,-32768,0,0,1,0,128,1,256,128,-32767,0,128,0,256,0
  622. Data -32768,0,128,1,0,128,1,256,128,-32768,256,128,1,0,0,0,256,128,-32768,0,128,0,0,128,-32736,8192,0,0,8448
  623. Data 0,16386,4608,64,16402,512,32,8,1024,0,8200,2048,0,4,0,16,4104,0,8,2,0,8,2064,4096,12800,2017,-15963,14854,545, 112
  624. ' Data for Shape6%
  625. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  626. Data 0,0,0,0,0,0,0,0,0,8833,-32288,-24512,-10878,576,24591,4,-31728,4096,0,-31744,4096,128,2048,0,0,-32760,2048,16,-28672
  627. Data 1024,0,-32764,0,32,8194,0,160,8192,512,0,16384,0,0,-16384,256,128,-32768,0,0,0,0,128,-32768,0,0,0,0,128
  628. Data 0,0,0,-32768,0,128,-32768,0,128,0,0,0,0,0,128,-32768,0,0,0,0,0,-32768,0,128,-32768,0,0,-32768,0
  629. Data 0,-32768,0,128,-32768,0,0,0,0,0,-32768,0,0,0,0,128,0,0,0,-32768,0,0,-32768,0,0,-32768,0,0,0, 0
  630. ' Data for Shape7%
  631. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  632. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17671,584,16577,25604,656,-20257,0,0
  633. Data 0,8,4,0,0,0,0,16,2,0,32,0,0,0,0,256,0,16384,0,0,16384,0,128,-32768,0,0,0,0,0
  634. Data -32768,0,0,-32768,0,-28511,-14940,-8721,32541,1770,-32516,0,1,256,0,0,256,0,1,0,0,1,0,0,0,0,0,0,256
  635. Data 0,1,256,0,0,256,0,2,0,0,2,512,0,0,1024,0,0,0,0,8,2048,0,8,0,941,-30480,28917,32075,-3136, 8228
  636. ' Data for Shape8%
  637. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  638. Data 0,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,1024,0,4,1024,0,4,0,0,0,1024,0,0,0,0
  639. Data 4,1024,0,0,10758,3525,27472,-758,2047,7926,1024,0,0,0,0,4,0,0,4,0,0,0,0,0,0,1024,0,4,1024
  640. Data 0,4,1024,0,0,1024,0,4,0,0,0,0,0,0,0,0,0,0,0,0,1024,0,4,0,0,4,1024,0,4
  641. Data 0,0,0,1024,0,0,0,0,4,0,0,0,1024,0,4,0,0,0,0,32,0,1024,32,4,256,64,1,256,192, 2
  642. ' Data for Shape9%
  643. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  644. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0
  645. Data 256,128,1,256,128,1,0,0,-32767,0,0,-32767,256,128,0,256,128,-32767,0,128,0,0,0,-32767,0,0,1,0,128
  646. Data 1,256,128,1,256,128,0,0,0,-32768,256,128,-32768,256,0,0,0,0,1,256,0,-32767,256,0,-32768,256,0,1,0
  647. Data 0,16386,512,64,16384,512,32,0,1024,32,8192,0,0,4096,0,16,0,2048,8,2064,0,0,2064,0,6150,512,24662,-3326,1376, 24629
  648. ' Data for Shape10%
  649. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  650. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,-32768
  651. Data 0,128,-32767,256,0,0,256,128,-32768,256,0,0,256,128,-32768,256,128,1,256,0,1,0,0,0,0,0,-32767,256,128
  652. Data -32767,256,128,-32768,256,0,16386,512,0,16384,512,32,8196,1024,32,0,0,24,6144,2048,24,2048,0,0,1040,0,4,1024,0
  653. Data 3,256,8192,0,512,8192,0,64,16384,-32768,64,16512,8448,128,-32703,24832,128,64,4096,0,18,0,0,0,1024,0,0,0,0, 12
  654. ' Data for Shape11%
  655. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  656. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-32767
  657. Data 256,128,-32767,0,128,1,0,0,1,256,128,-32768,256,128,-32768,256,128,-32767,256,0,-32768,0,128,-32767,0,0,1,0,0
  658. Data -32768,256,128,-32767,0,0,-32767,0,0,1,0,128,0,256,128,1,256,0,-32767,0,0,0,0,128,0,256,128,-32767,256
  659. Data 0,1,256,0,-32767,0,2112,16386,520,2048,0,512,4096,0,1028,1056,8196,1028,16,8,32,512,4104,2050,-16123,2832,8193,16649,2016, 20608
  660. ' Data for Shape12%
  661. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  662. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,-32768
  663. Data 0,0,1,256,64,16384,512,0,16384,0,32,12292,3072,16,4096,2048,8,0,4096,8,16,4096,0,1056,16384,6,0,16384,0
  664. Data 384,0,0,128,0,-16384,0,193,-32768,0,64,0,0,36,9216,0,32,6144,0,0,0,0,8,0,0,32,0,0,4
  665. Data 768,0,193,-15616,0,66,0,0,-32768,1,384,0,6,1024,16384,6,96,16384,0,2064,4096,8,2048,0,16,0,2048,16,4104, 2048
  666.  
  667.  
  668. ' EGA SHAPE DATA AREA
  669.  
  670. ' Data for Shape1%
  671. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  672. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,-6655,1280,6,29242,2560,0,64
  673. Data 0,1,0,0,0,128,128,0,128,-32640,16384,0,0,256,0,0,0,0,0,8704,0,2,1024,0,20,4096,0,20,0
  674. Data 0,8,0,0,0,0,0,0,2048,0,0,2048,0,0,0,0,8,2048,0,8,2048,0,0,2048,0,0,2048,0,8
  675. Data 2048,0,0,2048,0,0,2048,0,0,0,0,8,2048,0,0,2048,0,8,0,0,8,2048,0,0,2048,0,8,2048,0, 0
  676. ' Data for Shape2%
  677. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  678. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-25671,-9864,-18450,-15824,25794,29880,0,0
  679. Data 512,0,0,0,0,8,3072,0,12,1024,0,16,0,0,16,0,0,0,16384,0,96,24576,0,128,-32768,0,0,-32768,256
  680. Data 0,1,512,0,0,0,0,0,1024,0,4,4096,0,16,2048,0,24,8192,0,0,0,0,0,0,0,192,-16384,0,0
  681. Data 1,0,0,0,0,0,0,512,0,2,1536,0,8,0,0,0,2048,0,48,0,0,32,12288,0,5405,10480,3603,11630,-1335,-8384
  682. ' Data for Shape3%
  683. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  684. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,2048,0,8,6144,0
  685. Data 24,6144,0,16,0,0,24,2048,0,8,4096,0,0,0,0,24,2048,0,0,0,0,16,6144,0,16,0,0,8,0
  686. Data 0,8,4096,0,24,11871,-30403,-26019,-11810,-23904,-3205,8244,-17515,-1981,-31000,-31630,1819,6144,0,24,2048,0,16,4096,0,8,6144,0,24
  687. Data 6144,0,24,6144,0,0,0,0,8,6144,0,0,6144,0,0,2048,0,16,4096,0,24,4096,0,24,6144,0,24,0,0, 0
  688. ' Data for Shape4%
  689. Data 24,24,128,0,0,128,-32768,0,64,0,0,64,16384,0,0,0,0,32,0,0,0,4096,0,0,0,0,0,2048,0
  690. Data 8,2048,0,0,1024,0,0,1024,0,0,512,0,2,0,0,0,256,0,1,256,0,0,0,0,-32768,0,0,16384,0
  691. Data 64,16384,0,64,0,0,32,0,0,32,4096,0,16,0,0,16,0,0,0,2048,0,8,0,0,4,0,0,0,512
  692. Data 0,2,0,0,0,256,0,0,0,0,0,0,128,-32768,0,128,0,0,64,0,0,64,16384,0,32,8192,0,0,8192
  693. Data 0,0,4096,0,16,4096,0,8,2048,0,8,2048,0,0,1024,0,4,1024,0,0,512,0,2,0,0,0,0,0,1, 0
  694. ' Data for Shape5%
  695. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  696. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,2056,8,0,2056,2048,4,16,4104,2048,1024,8,2048,512
  697. Data 8,2048,32,8192,0,64,8,2048,256,16392,-32768,128,-32768,-32768,0,8,2048,0,0,16640,0,64,10752,0,2,512,0,8,1024
  698. Data 0,8,4096,0,28,9743,2360,-26531,-30450,672,-3997,0,0,28,4096,0,24,10240,0,10,10752,0,2,256,0,72,18432,0,8
  699. Data -30720,0,8,-30720,0,-32768,0,256,16392,2048,0,16384,2050,544,0,2048,512,0,0,1040,4104,0,1024,4104,2048,2056,2056,0,8, 0
  700. ' Data for Shape6%
  701. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  702. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2056,0,8,0,2056,2056,2048,16,0,2052,0,4104,2050,544
  703. Data 8200,2050,0,0,2049,320,16384,0,64,8,0,0,8,0,0,-32632,18688,0,73,16384,0,72,10752,0,2,512,0,0,7168
  704. Data 0,16,5120,0,0,20493,1664,12347,10758,456,10444,1024,0,8,2048,0,28,2560,0,32,2048,0,0,2048,0,72,0,0,9
  705. Data 0,0,0,0,128,136,0,256,16384,2048,256,0,2050,512,0,0,0,8192,4,0,4104,2048,1040,8,0,2048,0,2048,2056, 2056
  706. ' Data for Shape7%
  707. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  708. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,2048,8192,8,2048
  709. Data 8192,0,2080,0,0,2080,0,0,32,0,0,2080,0,8,32,8192,7046,83,-17986,16683,13702,-3966,0,32,0,0,32,8192,0
  710. Data 0,0,8,2048,0,8,2048,8192,0,32,8192,0,32,8192,0,2048,8192,8,2080,8192,8,32,0,0,2048,0,8,0,8192
  711. Data 14620,3322,-21299,-18123,-14364,17795,8,2080,8192,0,0,0,8,2048,0,0,2048,0,8,0,0,8,0,8192,0,2080,0,8,2080, 8192
  712. ' Data for Shape8%
  713. Data 24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  714. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  715. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-23212,28992,-19666,13656,-5132,-25702,0,0,0,0,0,0,0
  716. Data 0,0,0,0,0,0,0,0,0,0,0,-22119,-18853,4852,10357,17538,-22971,0,0,0,0,0,0,0,0,0,0,0,0
  717. Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0
  718. ' Data for Shape9%
  719. Data 24,24,0,0,0,0,0,0,0,0,32,8192,0,0,8192,0,0,16384,0,32,-16384,0,0,-32768,0,160,-8192,256,0
  720. Data -16383,0,0,-24574,0,0,-8190,256,192,0,768,224,-32763,512,0,-24564,3328,64,-8182,1024,64,-32750,7936,192,-16380,6656,96,-2783,3725
  721. Data 25293,1292,4612,5395,-25828,30532,-26958,3852,22841,17806,-25304,28113,23262,-16747,-21873,13609,-1481,8789,-22216,-8863,14542,-1408,-4077,6810,30021,-24829,14249,29180,-16355
  722. Data 5632,160,-16374,7424,192,-16380,256,224,-24564,1792,192,24581,0,224,24578,512,160,16386,256,192,-24573,256,32,1,256,32,-24576,256,0
  723. Data 24576,0,0,-16384,0,128,8192,0,96,8192,0,0,8192,0,0,8192,0,0,0,0,0,0,0,0,0,0,0,0,0, 0
  724. ' Data for Shape10%
  725. Data 24,24,0,0,0,0,0,0,0,0,4,1024,0,0,1024,0,0,512,0,4,768,0,0,256,0,5,1792,0,-32768
  726. Data 768,128,0,1280,64,0,1792,64,-32765,0,0,-16377,256,160,16384,1280,48,-20478,1792,80,8194,256,72,-2045,768,32,22534,-20559,18052
  727. Data 28851,-24544,-22480,18632,-9950,26936,-4531,-3940,-24016,-25999,-18037,23060,-18821,32241,-21335,21908,24490,-27156,17436,-17549,24454,7169,3929,-20792,22690,-1643,-28992,-5057,768
  728. Data 184,26629,768,80,-18429,768,32,-32761,1280,48,-8189,1536,160,7,1536,64,16389,512,64,-32765,1280,192,-32764,0,128,-32764,1280,0,-32768
  729. Data 1536,0,0,768,0,1,1024,0,6,1024,0,0,1024,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0, 0
  730. ' Data for Shape11%
  731. Data 24,24,0,0,0,4096,0,16,0,0,48,2048,0,32,22528,0,56,2048,0,28,-20992,0,166,4096,0,238,12801,256,212
  732. Data 25345,0,186,11009,384,242,-3838,256,7,-29692,576,238,1541,704,-32555,19968,2976,24753,7178,1088,24615,-227,512,-16141,-24801,5232,-28625,20248,976
  733. Data -14123,-30163,1424,135,19501,17052,-22485,4421,12524,-16236,31744,0,56,7168,0,68,14336,0,88,15360,0,52,20480,0,84,31744,0,36,10240
  734. Data 0,48,13312,0,96,28672,0,68,27648,0,80,21504,0,40,7168,0,8,14336,0,84,2048,0,44,0,0,76,9216,0,28
  735. Data 7168,0,52,8192,0,92,17408,0,24,15360,0,8,26624,0,36,22528,0,112,1024,0,112,6144,0,8,22528,0,12,13312,0, 116
  736. ' Data for Shape12%
  737. Data 24,24,22528,0,12,13312,0,116,1024,0,112,6144,0,8,26624,0,36,22528,0,112,17408,0,24,15360,0,8,7168,0,52
  738. Data 8192,0,92,0,0,76,9216,0,28,14336,0,84,2048,0,44,21504,0,40,7168,0,8,28672,0,68,27648,0,80,10240,0
  739. Data 48,13312,0,96,20480,0,84,31744,0,36,14336,0,88,15360,0,52,31744,0,56,7168,0,68,19501,17052,-22485,4421,12524,-16236,20248
  740. Data 976,-14123,-30163,1424,135,-227,512,-16141,-24801,5232,-28625,19968,2976,24753,7178,1088,24615,-29692,576,238,1541,704,-32555,11009,384,242,-3838,256,7
  741. Data 12801,256,212,25345,0,186,-20992,0,166,4096,0,238,22528,0,56,2048,0,28,0,0,48,2048,0,32,0,0,0,4096,0, 16
  742.  
  743. ' ████████████████████████████████████████████████████
  744. ' ████████████████ End of Program ████████████████████
  745. ' ████████████████████████████████████████████████████
  746.